Column CSS Registry entry

Specify the default font family and font size for EMu client controls that display HTML formatted text (i.e. KEHTMLFrame controls).

Usage

This Registry entry can be assigned to users and groups:

Key User Group Group
Key 1 User Group Group
Key 2 user group Default
Key 3 Table
Key 4 table
Key 5 Column CSS
Key 6 column
Value css

where:

column

is the column to which the CSS settings are applied. Each KEHTMLFrame control is associated with a column.

In the Narratives module the column associated with the KEHTMLFrame control on the Narrative tab is NarNarratives.

Note: Unfortunately the What's this? Help tool does not work with KEHTMLFrame controls. The simplest way to identify the column name associated with a KEHTMLFrame control is to use the Report Properties dialogue to identify which column contains the HTML content.

css

is a CSS format.

For example, the following value will set the default font to Arial with a font size of 2:

body {font-family: arial;font-size: x-small;}

Example

The following example specifies the default font family and size for the KEHTMLFrame control on the Narrativetab of the Narratives module for all users:

Key Setting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 enarratives
Key 5 Column CSS
Key 6 NarNarrative
Value body {font-family: arial;font-size: x-small;}